FOR statement

英 [fɔː(r) ˈsteɪtmənt] 美 [fɔːr ˈsteɪtmənt]

循环语句

计算机



双语例句

  1. What's your authority for that statement?
    你有什么根据那么说?
  2. John wrote an editorial basing the candidate FOR irresponsible statement.
    约翰写一篇社论指责该候选人作不负责任的言论。
  3. You can use a for statement to iterate over multiple items to extract fine detail, but I omitted this for simplicity.
    使用for语句可以迭代多个项以提取细节信息,但为了简便起见,我在此省去了对它的介绍。
  4. Collect section actuals for statement of interest
    为关注的语句收集片段实绩
  5. The body of a method declaration is made up of statements, which can be any kind of action ( for example: for statement, if statement, or expression).
    一个方法声明的程序体是由语句组成的,语句可以是任何类型的行为(例如:for语句、if语句、or表达式)。
  6. The code above has a light bulb next to the for statement because the declaration for I has been omitted.
    上面的代码例子在for语句后面有一个灯泡状图标,因为i的声明被省略了。
  7. The FOR statement is used to iterate over rows of a defined result set.
    FOR语句用来遍历一个确定的结果集中的行。
  8. When a global variable is referenced within a DML SQL statement or within a trigger, view or routine, a dependency on the fully-qualified global variable name is recorded for the statement or object.
    如果DMLSQL语句、触发器、视图或例程内引用了一个全局变量,将为语句或对象记录关于完全限定全局变量名的依赖关系。
  9. From this display, the breakdown of where time is spent for this statement's executions is shown both graphically as a pie chart as percentages and as time values in a table.
    从此处可以看到,执行语句所花费时间的详细说明用图形(即以饼图显示百分比)同时在表格中显示时间值。
  10. This release introduces the new SPL statements and constructs for statement loops in SPL routines
    该版本为SPL例程中的语句循环引入了新的SPL语句和结构
  11. When a FOR statement is executed, a cursor is implicitly declared such that for each iteration of the FOR loop, the next row is the result set if fetched.
    在执行FOR语句时,游标被隐式声明,这样对于FOR循环的每一次迭代,取回的下一行就是结果集。
  12. Note that the test for null values is gone from the FOR statement, because you want to handle that condition by writing a diagnostic record.
    注意,对null值的检查从FOR语句中消失了,因为希望通过写诊断记录来处理这种情况。
  13. To show SQL statements in PHP, use the echo() function for each statement.
    要在PHP中显示SQL语句,需要对每条语句使用echo()函数。
  14. Here, the for() statement is missing a semicolon.
    下面的for()语句丢失了一个分号。
  15. The new support for statement labels and the GOTO and LOOP statements provide greater flexibility in iterating and in exiting from statement loops in SPL routines.
    对语句标签以及GOTO和LOOP语句的新支持为SPL例程中的迭代和退出语句循环提供了更大的灵活性。
  16. Setting the AUTOTRACE option ON will enable the display of explain and statistics information for each statement executed in that session along with query results, until the AUTOTRACE is disabled.
    将AUTOTRACE选项设置为ON将允许显示该会话中执行的每条语句的说明和统计信息,以及查询结果,直至AUTOTRACE被禁用。
  17. 2a Listen and circle true or false for each statement.
    听一遍,圈出是对或是错。
  18. You can add a handler for these events to manipulate, reorder, or validate parameters for a statement before it is executed, as well as to cancel the command.
    可以为这些事件添加处理程序,从而在执行语句之前对其参数进行操作、重新排列或验证,还可以取消命令。
  19. If a subscription request is made for a batch or stored procedure, a separate subscription request is made for each statement executed within the batch or stored procedure.
    如果发出批处理或存储过程订阅请求,则会针对批处理或存储过程内执行的每个语句发出单独的订阅请求。
  20. For no statement or proclamation can enrich his name-? the name Sir Winston Churchill is already legend.
    因为任何言词或公告都无法为他的名字增光,温斯顿-丘吉尔爵士已经名垂宇宙。
  21. He gave no evidence for his statement.
    他没有为自己的陈述提供证据。
  22. Note how the passive voice is expected avoids personal responsibility for this statement.
    注意这里的被动语态据预计是如何撇清了个人对于这一陈述的责任的。
  23. Not a required financial statement, but widely used as a substitute for the statement of retained earnings.
    它不属于要求披露的财务报表,但常用于代替留存收益报表。
  24. Anticipate media questions and supply the CMT spokesperson with information for a statement.
    事先准备媒体会问及的问题以帮助CMT发言人的发言。
  25. Data stream is invalid for writetext statement in bulk form.
    数据流在大容量形式下的writetext语句中无效。
  26. The three expressions of a for statement shall be concerned only with loop control;
    语句的三个表达式只能用于循环控制。
  27. The delegation of the United States of America expressed its full support for the statement of group B.
    美利坚合众国代表团表示完全支持b集团的发言。
  28. For each of the statements define what you like and don't like about each of the statements ( this can be a bulleted list for each statement).
    从任务说明中,定义出你喜欢、不喜欢的原因(每个说明都可以列出清单)。
  29. The persons whose names are given below may be referred to for statement about my character and ability.
    下列诸位人士可以提供本人品德和能力的资料。
  30. The controlling expression of a for statement shall not contain any objects of floating type;
    语句的控制表达式不可以包含浮点类型的对象。